mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
code cleanup and optimizations 3.1.32-dev-34
This commit is contained in:
@@ -28,6 +28,6 @@ class Smarty_Undefined_Variable extends Smarty_Variable
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return "";
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user