Преглед изворни кода

Merge pull request #88 from Zorrototo/patch-2

Change refresh time because...
OwN-3m-All пре 9 година
родитељ
комит
f25396b13c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/modulemanager/update_modules.php

+ 1 - 1
modules/modulemanager/update_modules.php

@@ -42,6 +42,6 @@ function exec_ogp_module()
 
 
 	print "<p>".get_lang_f('updating_finished')."</p>";
 	print "<p>".get_lang_f('updating_finished')."</p>";
 	
 	
-    $view->refresh("?m=modulemanager");
+    $view->refresh("?m=modulemanager",30);
 }
 }
 ?>
 ?>