mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Removed debug code.
This commit is contained in:
@@ -1707,7 +1707,7 @@ class e_admin_dispatcher
|
|||||||
{
|
{
|
||||||
$request = $this->getRequest();
|
$request = $this->getRequest();
|
||||||
$selected = $request->getMode() . '/' . $request->getAction();
|
$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
|
// Apply permissions restrictions
|
||||||
|
@@ -872,7 +872,7 @@ final class e_core_pref extends e_pref
|
|||||||
* If id not found this method returns false
|
* If id not found this method returns false
|
||||||
*
|
*
|
||||||
* @param string $alias
|
* @param string $alias
|
||||||
* @return string
|
* @return string|false
|
||||||
*/
|
*/
|
||||||
public function getConfigId($alias)
|
public function getConfigId($alias)
|
||||||
{
|
{
|
||||||
@@ -1158,7 +1158,7 @@ class prefs
|
|||||||
* Return current pref string $name from $table (only core for now)
|
* Return current pref string $name from $table (only core for now)
|
||||||
*
|
*
|
||||||
* @param string $Name
|
* @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
|
* @access public
|
||||||
*/
|
*/
|
||||||
function get($Name)
|
function get($Name)
|
||||||
|
Reference in New Issue
Block a user