]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - core/BIFE/Widget.php
Core and Basic modules are now much more like they should. Huge code clean:
[software/bife/bife-all.git] / core / BIFE / Widget.php
index c000452a7e0cb3bdc4349f0cf66956e9700f39be..5e0ab11b9a00189841263bd475d8c4b220a6b193 100644 (file)
@@ -87,7 +87,7 @@ class BIFE_Widget {
     function render(&$template) // ~X2C
     {
         trigger_error('Method not implemented '.get_class($this).
-            '::addContents().', E_USER_ERROR);
+            '::render().', E_USER_ERROR);
     }
     // -X2C