after the registration verification, the registration request shall be put into...
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / addTemplate.inc
index 1a147e7a1acc8be560fe77c56ae9362cff7700c5..93648661c44e01681744e9600b2d3831eff001e8 100644 (file)
@@ -23,7 +23,7 @@
             $fp = fopen (OWN_TEMPLATE_DIR.$add_template_id.".tpl", "w+");
             fwrite($fp,$node_content);
             fclose($fp);
-            chown(OWN_TEMPLATE_DIR.$add_template_id.".tpl","wwwedit");
+            chown(OWN_TEMPLATE_DIR.$add_template_id.".tpl","wwwedit"); // XXX WTF
         $q="update nodes set external_link = 'template://$add_template_id' where node_id='".$add_template_id."'";
         $db->query($q);
 
This page took 0.09192 seconds and 4 git commands to generate.