Merge pull request #64 from extrablind/master

Correct error on php 7.0
This commit is contained in:
Raspbian France 2017-11-29 15:54:50 +01:00 committed by GitHub
commit 3f746ffbb8
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@
exit(2); //Sorti avec erreur
}
$controller->$options['c'](); //On appel la fonction
$controller->{$options['c']}(); //On appel la fonction