]> git.llucax.com Git - mecon/meconlib.git/commitdiff
La clase dummy / interfaz Tpl.php tenia implementado un metodo (getGroup) ... se
authorMartín Marrese <marrese@gmail.com>
Tue, 10 Aug 2004 20:22:18 +0000 (20:22 +0000)
committerMartín Marrese <marrese@gmail.com>
Tue, 10 Aug 2004 20:22:18 +0000 (20:22 +0000)
quito la implementacion

lib/MLIB/Tpl.php

index e0c3c39e650fb8e4473f58379bcfa2a4be9aca5e..6d38a84d1edf84328cb25aeae2566e1f11dc80b6 100644 (file)
@@ -88,7 +88,7 @@ class /* interface */ MLIB_Tpl {
      */
     function getGroup()
     {
-        return end($this->group);
+        trigger_error('Not implemented!', E_USER_ERROR);
     }
 
     /**