From 0ae68384aac902e97a94f0efd89d2bfc33987dc0 Mon Sep 17 00:00:00 2001
From: Matthieu Guffroy <mattgu74@gmail.com>
Date: Wed, 18 Jun 2014 00:15:08 +0200
Subject: [PATCH] fix error

---
 class/objet.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/class/objet.php b/class/objet.php
index 87b87b8..1f76319 100644
--- a/class/objet.php
+++ b/class/objet.php
@@ -24,6 +24,7 @@ class Objet
 
     public static function getAll()
     {
+        $className = get_called_class();
         $dbName = self::dbName();
         $bdd = new Db();
         $result = Array();
-- 
GitLab