# HG changeset patch # User Matti Hamalainen # Date 1416916467 -7200 # Node ID 40546d6f9254ee9047e9f579d6ca3bb7d0148baa # Parent 2708f7715a1cf276f6260c86b730156b45c37d87 Typofix. diff -r 2708f7715a1c -r 40546d6f9254 faptool.php --- a/faptool.php Tue Nov 25 09:56:23 2014 +0200 +++ b/faptool.php Tue Nov 25 13:54:27 2014 +0200 @@ -78,7 +78,7 @@ if ($setEntryPath === FALSE || $setPreviewPath === FALSE || $setPreviewURL === FALSE || $setThumbDir === FALSE) { - die("Some required settings not defined in mconfig.inc.php!\n"; + die("Some required settings not defined in mconfig.inc.php!\n"); }