tbrehm
2010-10-05 01fff5ea95edc34afcb6c0ad003c327e81f00a39
Fixed a issue with the remoteaction_core_module.
1 files modified
2 ■■■■■ changed files
server/mods-available/remoteaction_core_module.inc.php 2 ●●●●● patch | view | raw | blame | history
server/mods-available/remoteaction_core_module.inc.php
@@ -110,6 +110,7 @@
        /*
         * process all actions
        */
        if(is_array($actions)) {
        foreach ($actions as $action) {
            if ($action['action_type'] == 'os_update') {
                /* do the update */
@@ -127,6 +128,7 @@
            }
        }
    }
    }
    private function _doOsUpdate($action) {
        /*