diff options
| author | 2015-07-14 00:11:34 +0200 | |
|---|---|---|
| committer | 2015-07-14 00:11:34 +0200 | |
| commit | 9cc0ef231c985da0f16c64eb11f8bb9515cc27c5 (patch) | |
| tree | ae7c9b259fbef0ec0b9057c38c65362f3f3f8a78 /lib/Minz/Extension.php | |
| parent | 10deab004dcde9354a9c14bd747310dbf37c89f0 (diff) | |
| parent | 241086fa672226cf799a82daad364fb82272da3b (diff) | |
Merge pull request #902 from marienfressinaud/862-fix-extension-broken-links
Fix broken links for extension script/style files
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'); } /** |
