File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -225,11 +225,11 @@ public function getCurrentBackendTemplate(string $domain) {
225225 return $ match [1 ] . ". " . $ match [2 ];
226226 } else {
227227 $ supported = $ this ->run ("v-list-sys-php " , "json " , $ result );
228- return $ this -> $ supported ->json [0 ];
228+ return $ result ->json [0 ];
229229 }
230230 } else {
231231 $ supported = $ this ->run ("v-list-sys-php " , "json " , $ result );
232- return $ this ->$ supported ->json [0 ];
232+ return $ this ->$ result ->json [0 ];
233233 }
234234 }
235235
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ abstract class BaseSetup implements InstallerInterface {
1414 protected $ domain ;
1515 protected $ extractsubdir ;
1616 protected $ AppDirInstall ;
17+ protected $ appcontext ;
1718
1819 public function setAppDirInstall (string $ appDir ) {
1920 if (!empty ($ appDir )) {
You can’t perform that action at this time.
0 commit comments