Commit: 3473fdbb03dd7818a329c304bb240e9b30657302
Author: gwoo | Date: 2010-02-17 23:20:46 -0800
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';
}