public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Cacher module shouldn't take over /controls.
vito (author)
Wed Jul 23 12:45:13 -0700 2008
commit  46cd682e88fda5a775e7e4c2de3f46a0e0b89a01
tree    f9247e1bc5f1a5692d35d42b61f15f153943dcd7
parent  c5bd2458ce5d9a1b911ba2afca6f58e24b1f52ce
...
34
35
36
37
 
38
39
40
...
34
35
36
 
37
38
39
40
0
@@ -34,7 +34,7 @@
0
 
0
       $action = Route::current()->action;
0
 
0
-      if (in_array($action, array("login", "logout", "register", "lost_password")))
0
+      if (in_array($action, array("login", "logout", "register", "lost_password", "controls")))
0
         return;
0
 
0
       if (DEBUG)

Comments