solve syntax error
This commit is contained in:
parent
78a4f8574f
commit
5c6f6c97b7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class image implements Core{
|
|||
* options for the image creation
|
||||
*
|
||||
**/
|
||||
private function createImage(array $opt){
|
||||
private function createImage(){
|
||||
$opt = $this->app->getPostParam("opt");
|
||||
|
||||
if(!isset($opt)){
|
||||
|
|
Loading…
Add table
Reference in a new issue