issue 70 document module update bug fix in admin UI/UX

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9103 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-08 00:47:44 +00:00
parent 78db12a858
commit 008b3e451e
2 changed files with 11 additions and 12 deletions

View file

@ -31,6 +31,7 @@
* @brief Upate the module
**/
function procInstallAdminUpdate() {
set_time_limit(0);
$module_name = Context::get('module_name');
if(!$module_name) return new object(-1, 'invalid_request');