Commit: 08d1ff8dde8595b91a2d9e89e09fdad7d21b0e3a

Author: gwoo | Date: 2010-02-17 23:20:46 -0800
no parent::__init() needed in Tell
diff --git a/models/Tell.php b/models/Tell.php index 7d30255..3367be3 100644 --- a/models/Tell.php +++ b/models/Tell.php @@ -15,7 +15,6 @@ class Tell extends \lithium\core\StaticObject { protected static $_tells = array(); public static function __init() { - parent::__init(); static::$path = LITHIUM_APP_PATH . '/resources/bot/tells.ini'; }