From 9efec072626cd580939f6db5f1ff25072ad75403 Mon Sep 17 00:00:00 2001 From: Matthieu Guffroy <mattgu74@gmail.com> Date: Wed, 18 Jun 2014 21:43:31 +0200 Subject: [PATCH] fix errors --- class/listview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/listview.php b/class/listview.php index 1b180ec..9670927 100644 --- a/class/listview.php +++ b/class/listview.php @@ -9,7 +9,7 @@ class ListView public function __construct($class, $title) { $this->title = $title; - $this->$objArray = $class::getAll(); + $this->objArray = $class::getAll(); } public function getTitle() { -- GitLab