/** * Makes sure that the global config is loaded in $this->globalconfig * * @return void */ protected function load_global_config() { if (is_null(self::$globalconfig)) { self::$globalconfig = get_config(get_class($this)); } }
/** * Makes sure that the global config is loaded in $this->globalconfig * * @return void */ protected function load_global_config() { if (is_null(self::$globalconfig)) { self::$globalconfig = get_config('filter_emoticon'); } }