summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-31 15:05:05 +0400
committerAndrew Dolgov <[email protected]>2013-07-31 15:05:05 +0400
commit3684074387fe28e6c96037d5fdade7854eb0247e (patch)
treecaeb9da7cc0d529dd2f4af82f99d26a12d7b5d8b /index.php
parent87721123b7c6af608fa73036e8cc562c1cc9876e (diff)
use require_once for minifier
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 526ebe772..d0369e808 100644
--- a/index.php
+++ b/index.php
@@ -98,7 +98,7 @@
<script type="text/javascript">
require({cache:{}});
<?php
- require 'lib/jshrink/Minifier.php';
+ require_once 'lib/jshrink/Minifier.php';
print get_minified_js(array("tt-rss",
"functions", "feedlist", "viewfeed", "FeedTree", "PluginHost"));