Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kouril committed Sep 5, 2019
1 parent 77f7f24 commit 03fe9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Pakiti.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03fe9b4

Please sign in to comment.