1
0
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:
camer0n
2025-04-23 14:42:49 -07:00
parent a9d20d8e93
commit 93f25741ea
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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)