Fix issues with Digibug printing where the preview ws not showing up.

This commit is contained in:
Tim Almdal
2009-06-30 20:17:48 -07:00
parent 0b34ec4e8b
commit b541935d6f
2 changed files with 2 additions and 1 deletions

View File

@@ -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");
}