1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 23:36:29 +02:00

News, e_model and advanced menus experiment

This commit is contained in:
secretr
2009-08-17 18:47:29 +00:00
parent 123fdf4d13
commit 9878295a75
3 changed files with 260 additions and 7 deletions

View File

@@ -9,8 +9,8 @@
* e107 Preference Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/pref_class.php,v $
* $Revision: 1.10 $
* $Date: 2009-08-17 14:40:23 $
* $Revision: 1.11 $
* $Date: 2009-08-17 18:47:28 $
* $Author: secretr $
*/
@@ -1149,11 +1149,12 @@ class e_model
}
/**
* @param string $key
* @return boolean
*/
public function hasData()
public function hasData($key = '')
{
return $this->_hasData();
return $this->_hasData($key);
}
/**