summaryrefslogtreecommitdiffstats
path: root/application/controllers/ResourceController.php
diff options
context:
space:
mode:
authormichael pereira2011-04-25 13:44:04 +0200
committermichael pereira2011-04-25 13:44:04 +0200
commit23f4df1970301bafda9c18837474b5d28359ab05 (patch)
tree2f57d7d1a64bb379066d37661ec692ce1fd6beb9 /application/controllers/ResourceController.php
parentconfig fix (diff)
downloadpbs2-23f4df1970301bafda9c18837474b5d28359ab05.tar.gz
pbs2-23f4df1970301bafda9c18837474b5d28359ab05.tar.xz
pbs2-23f4df1970301bafda9c18837474b5d28359ab05.zip
upload data fix
Diffstat (limited to 'application/controllers/ResourceController.php')
-rw-r--r--application/controllers/ResourceController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index 7519429..1c28d12 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -389,7 +389,6 @@ class ResourceController extends Zend_Controller_Action
chdir("../resources/bootos/$bootosID/config/");
passthru( "cat default.tgz");
}else{
-
$bootosuserMapper = new Application_Model_BootOsUserMapper();
$bootosuser = $bootosuserMapper->findBy(array('configID' => $configID));