mirror of
https://github.com/e107inc/e107.git
synced 2025-07-23 16:01:39 +02:00
Removed debug code.
This commit is contained in:
@@ -1707,7 +1707,7 @@ class e_admin_dispatcher
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$selected = $request->getMode() . '/' . $request->getAction();
|
||||
e107::getMessage()->addDebug('No selected item found, using default: ' . $selected);
|
||||
// e107::getMessage()->addDebug('No selected item found, using default: ' . $selected);
|
||||
}
|
||||
|
||||
// Apply permissions restrictions
|
||||
|
@@ -872,7 +872,7 @@ final class e_core_pref extends e_pref
|
||||
* If id not found this method returns false
|
||||
*
|
||||
* @param string $alias
|
||||
* @return string
|
||||
* @return string|false
|
||||
*/
|
||||
public function getConfigId($alias)
|
||||
{
|
||||
@@ -1158,7 +1158,7 @@ class prefs
|
||||
* Return current pref string $name from $table (only core for now)
|
||||
*
|
||||
* @param string $Name
|
||||
* @return string pref value, slashes already stripped. FALSE on error
|
||||
* @return string|false pref value, slashes already stripped. FALSE on error
|
||||
* @access public
|
||||
*/
|
||||
function get($Name)
|
||||
|
Reference in New Issue
Block a user