diff options
| author | 2015-07-14 00:12:58 +0200 | |
|---|---|---|
| committer | 2015-07-14 00:12:58 +0200 | |
| commit | cd6173725ff2d88ca375912db3208a8677a240c0 (patch) | |
| tree | ae7c9b259fbef0ec0b9057c38c65362f3f3f8a78 /lib/Minz/Extension.php | |
| parent | 5f3f9ebfba935421b141bf32e6ff45a34fe6a375 (diff) | |
| parent | 9cc0ef231c985da0f16c64eb11f8bb9515cc27c5 (diff) | |
Merge branch 'FreshRSS/dev' into dev
Diffstat (limited to 'lib/Minz/Extension.php')
| -rw-r--r-- | lib/Minz/Extension.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Extension.php b/lib/Minz/Extension.php index d7ee8fe81..78b8a2725 100644 --- a/lib/Minz/Extension.php +++ b/lib/Minz/Extension.php @@ -168,7 +168,7 @@ class Minz_Extension { $url = '/ext.php?f=' . $file_name_url . '&t=' . $type . '&' . $mtime; - return Minz_Url::display($url); + return Minz_Url::display($url, 'php'); } /** |
