Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-02-28 08:43:22 +0300
committerrobocoder <anthon.pang@gmail.com>2011-02-28 08:43:22 +0300
commit9747724819782873a003509def409407eb4e8cd5 (patch)
treefd43026813cc68e0fa1462120c71868ef5f83a9e /core/SmartyPlugins
parentdb765e248f61cad2142ac50bca4d837c68818511 (diff)
fix svn properties
git-svn-id: http://dev.piwik.org/svn/trunk@3984 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/SmartyPlugins')
-rw-r--r--core/SmartyPlugins/function.includeAssets.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/SmartyPlugins/function.includeAssets.php b/core/SmartyPlugins/function.includeAssets.php
index f6de22df73..f0151b055a 100644
--- a/core/SmartyPlugins/function.includeAssets.php
+++ b/core/SmartyPlugins/function.includeAssets.php
@@ -4,7 +4,7 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- * @version $Id: function.includeAssets.php
+ * @version $Id$
*
* @category Piwik
* @package SmartyPlugins
@@ -42,4 +42,4 @@ function smarty_function_includeAssets($params, &$smarty)
default:
throw new Exception("The smarty function includeAssets 'type' parameter needs to be either 'css' or 'js'.");
}
-} \ No newline at end of file
+}