summaryrefslogtreecommitdiff
path: root/modules/digibug/models
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-30 20:17:48 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-30 20:17:48 -0700
commitb541935d6f2dd0a135b923683a41c4488b896f55 (patch)
tree12762b73f4db89666597547d206fcb772e0e4a24 /modules/digibug/models
parent0b34ec4e8b1f97db0dc6807bdb3a5ece8e1b83e4 (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.php1
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");
}