aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-02 14:38:06 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-02 14:38:06 +0100
commit3b23ca881c63fe6e1cc8ef98ae5a5af645d4870a (patch)
tree37c6d537a254ddebd7cc42f8e6aca9a7792558f7 /app/FreshRSS.php
parentc3211f1b686147229b640b35feb9be49c58b1708 (diff)
Mutex pour actualize_script
Nouveau fichier temporaire ./data/actualize.lock.txt
Diffstat (limited to 'app/FreshRSS.php')
-rw-r--r--app/FreshRSS.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index 4ebb6d631..f9857a4cb 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -6,7 +6,7 @@ class FreshRSS extends Minz_FrontController {
}
$this->accessControl(Minz_Session::param('currentUser', ''));
$this->loadParamsView();
- $this->loadStylesAndScripts();
+ $this->loadStylesAndScripts(); //TODO: Do not load that when not needed, e.g. some Ajax requests
$this->loadNotifications();
}