declared class properties
This commit is contained in:
@@ -7,6 +7,8 @@ class Helper
|
||||
//@var OC\DB\ConnectionAdapter
|
||||
private $conn;
|
||||
private $table = "ncdownloader_info";
|
||||
private $prefixedTable;
|
||||
public $queryBuilder;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
@@ -86,7 +86,7 @@ class Settings extends AllConfig
|
||||
$this->allConfig->setAppValue($this->appName, $key, $value);
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
return ['error' => $e->getMessage];
|
||||
return ['error' => $e->getMessage()];
|
||||
}
|
||||
return ['message' => "Saved!"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user