summaryrefslogtreecommitdiffstats
path: root/app/class/model.class.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/class/model.class.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/class/model.class.php b/app/class/model.class.php
index 25e34ab..4f597f7 100644
--- a/app/class/model.class.php
+++ b/app/class/model.class.php
@@ -12,8 +12,6 @@ abstract class Model extends Framework
*/
function __construct()
{
- parent::__construct();
-
$this->errorlist = array();
$this->warninglist = array();
$this->noticelist = array();