From abdb335b268e8ef481c01c0b7acaaa27adf326e4 Mon Sep 17 00:00:00 2001 From: uwetews Date: Sat, 24 Oct 2015 05:17:17 +0200 Subject: [PATCH] - fix comment --- libs/sysplugins/smarty_resource.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libs/sysplugins/smarty_resource.php b/libs/sysplugins/smarty_resource.php index c68a413e..72611255 100644 --- a/libs/sysplugins/smarty_resource.php +++ b/libs/sysplugins/smarty_resource.php @@ -216,15 +216,6 @@ abstract class Smarty_Resource return array($name, $type); } - /** - * modify resource_name according to resource handlers specifications - * - * @param Smarty $smarty Smarty instance - * @param string $resource_name resource_name to make unique - * - * @return string unique resource name - */ - /** * modify template_resource according to resource handlers specifications *