DefaultController actionRestore exception (e) toString

Issue #4 resolved
Pasquale Pellicani created an issue

Hi Juan in DefaultController at this line:

....catch(Exception $e){
                        Yii::app()->user->setFlash('error',$e()....

should be:

catch(Exception $e){
                        Yii::app()->user->setFlash('error',$e->getMessage()

Comments (1)

  1. Log in to comment