diff --git a/src/common/Pakiti.php b/src/common/Pakiti.php index 6c8d35d3..e664a4d5 100644 --- a/src/common/Pakiti.php +++ b/src/common/Pakiti.php @@ -31,7 +31,7 @@ public function checkVersion() if ($configVersion != Constants::$CONFIG_VERSION) { $msg = "Pakiti version doesn't correspond with the Pakiti Config.php version!"; print $msg; - throw new Exception($msq); + throw new Exception($msg); } # Check if the Pakiti DB is in correct version