summaryrefslogtreecommitdiffstats
path: root/inc/trigger.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-02 16:03:40 +0200
committerSimon Rettberg2014-06-02 16:03:40 +0200
commit9d6af837983261c0f35dc64e075e4f6917784eca (patch)
treebe75fd19fe45273d3d2c73d25ba6c09504eee35f /inc/trigger.inc.php
parentFixed some bugs from Sateserver v05 (diff)
downloadslx-admin-9d6af837983261c0f35dc64e075e4f6917784eca.tar.gz
slx-admin-9d6af837983261c0f35dc64e075e4f6917784eca.tar.xz
slx-admin-9d6af837983261c0f35dc64e075e4f6917784eca.zip
Zeug
Diffstat (limited to 'inc/trigger.inc.php')
-rw-r--r--inc/trigger.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/trigger.inc.php b/inc/trigger.inc.php
index b7cc67cc..c22f8c5b 100644
--- a/inc/trigger.inc.php
+++ b/inc/trigger.inc.php
@@ -67,7 +67,7 @@ class Trigger
if ($storetype === 'nfs') $addr = $vmstore['nfsaddr'];
if ($storetype === 'cifs') $addr = $vmstore['cifsaddr'];
if ($storetype === 'internal') $addr = 'none';
- $this->mountTask = Taskmanager::submit('MountVmStore', array(
+ return Taskmanager::submit('MountVmStore', array(
'address' => $addr,
'type' => 'images',
'username' => $vmstore['cifsuser'],