diff --git a/admin/cms.php b/admin/cms.php
index c1f2428d..1b9fe0c2 100644
--- a/admin/cms.php
+++ b/admin/cms.php
@@ -79,7 +79,7 @@ if (get_value_from_array($_POST, 'action') == 'save') {
?
)");
$q->execute([$filename,$insertdt,$lang,$text,get_value_from_array($_POST, $titlename, ''),get_value_from_array($_POST, $showlogoname, '')]);
- if ($pdo->errorInfo()) {
+ if (!$pdo->errorInfo()) {
echo error(i18n('An error occurred saving %1 in %2', array($filename, $langname)));
$err = true;
}
@@ -88,7 +88,7 @@ if (get_value_from_array($_POST, 'action') == 'save') {
echo happy(i18n('%1 successfully saved', array($_POST['filename'])));
}
-if (get_value_from_array($_GET, 'filename', '') || get_value_from_array($_GET, 'action', 'create')) {
+if (get_value_from_array($_GET, 'filename') || get_value_from_array($_GET, 'action') == 'create') {
echo "<< Back to file list
\n";
echo '