Browse Source

added missing references

Nuno Miguel Reis 11 năm trước cách đây
mục cha
commit
1e36c6fb42
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      resources/classes/orm.php

+ 1 - 0
resources/classes/orm.php

@@ -24,6 +24,7 @@
 	Mark J Crane <[email protected]>
 */
 include "root.php";
+require_once "database.php";
 
 //define the orm class
 	if (!class_exists('orm')) {