solve syntax error

This commit is contained in:
Yoggzo 2016-03-09 15:26:01 +01:00
parent 78a4f8574f
commit 5c6f6c97b7

View file

@ -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)){