diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-30 20:17:48 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-30 20:17:48 -0700 |
commit | b541935d6f2dd0a135b923683a41c4488b896f55 (patch) | |
tree | 12762b73f4db89666597547d206fcb772e0e4a24 /modules/digibug/models | |
parent | 0b34ec4e8b1f97db0dc6807bdb3a5ece8e1b83e4 (diff) |
Fix issues with Digibug printing where the preview ws not showing up.
Diffstat (limited to 'modules/digibug/models')
-rw-r--r-- | modules/digibug/models/digibug_proxy.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/digibug/models/digibug_proxy.php b/modules/digibug/models/digibug_proxy.php index 036af9c7..c76afdae 100644 --- a/modules/digibug/models/digibug_proxy.php +++ b/modules/digibug/models/digibug_proxy.php @@ -18,4 +18,5 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class Digibug_Proxy_Model extends ORM { + protected $has_one = array("item"); } |