mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-01 21:01:37 +01:00
- removed all internal calls of Smarty::instance()
- fixed code in double quoted strings
This commit is contained in:
@@ -11,16 +11,12 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Smarty class disableDebuggingUrlCtrl
|
||||
*
|
||||
* Disable possibility to Disable debugging by SMARTY_DEBUG attribute
|
||||
*/
|
||||
class Smarty_Method_disableDebuggingUrlCtrl extends Smarty_Internal_Base {
|
||||
public function execute()
|
||||
function disableDebuggingUrlCtrl($smarty)
|
||||
{
|
||||
$this->smarty->debugging_ctrl = 'none';
|
||||
$smarty->debugging_ctrl = 'none';
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user