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 !
Fixed Feather info incorrectly loading. [#198 state:resolved]
vito (author)
Fri Aug 29 12:31:59 -0700 2008
commit  2262827b3f98c274ef1091ab45c41c131d01a104
tree    64c80b766e9c4c139cba598413a9f97a39c70d93
parent  e11307e36f6c6e83ad13cb55c1a5ab55e6ecbf55
...
286
287
288
289
 
290
291
292
...
286
287
288
 
289
290
291
292
0
@@ -286,7 +286,7 @@
0
 
0
     if (!ADMIN and $route->action != "feed") continue;
0
 
0
-    foreach ($info as $key => $val)
0
+    foreach (YAML::load(FEATHERS_DIR."/".$feather."/info.yaml") as $key => $val)
0
       $feathers[$feather]->$key = (is_string($val)) ? __($val, $feather) : $val ;
0
   }
0
 

Comments