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:
authormattab <matthieu.aubry@gmail.com>2013-09-18 04:26:17 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-18 04:26:17 +0400
commit079cc1c2b3bf578bae500e179b4f3af6201aeedd (patch)
tree9c0d4c69004f498943309b4ab5abc6fd06ab2bf3
parent835e2ee96ba264778063922a44ed726136493c09 (diff)
2.0-a4
-rw-r--r--core/Filechecks.php2
-rw-r--r--core/Version.php2
-rw-r--r--misc/user/.htaccess1
3 files changed, 3 insertions, 2 deletions
diff --git a/core/Filechecks.php b/core/Filechecks.php
index a51b9d0683..1c15cc5ea8 100644
--- a/core/Filechecks.php
+++ b/core/Filechecks.php
@@ -117,7 +117,7 @@ class Filechecks
}
require_once $manifest;
-A
+
$files = \Piwik\Manifest::$files;
$hasMd5file = function_exists('md5_file');
diff --git a/core/Version.php b/core/Version.php
index 221fffde4e..31dde1908c 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -22,5 +22,5 @@ final class Version
* Current Piwik version
* @var string
*/
- const VERSION = '2.0-a3';
+ const VERSION = '2.0-a4';
}
diff --git a/misc/user/.htaccess b/misc/user/.htaccess
index d045168f0c..8128bcd356 100644
--- a/misc/user/.htaccess
+++ b/misc/user/.htaccess
@@ -1,6 +1,7 @@
<Files "*.png">
Allow from all
</Files>
+
<Files "*.svg">
Allow from all
</Files> \ No newline at end of file