From 9c66bfcf9b86f186d1ac310f773f439bc4200ac6 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 10 Jun 2020 16:38:53 +0200 Subject: [PATCH] =?UTF-8?q?Blog=202.2=20options=20=C3=A0=20la=20cr=C3=A9at?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/blog/blog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 8d84ebb9..67f3a7e5 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -73,7 +73,7 @@ class blog extends common { 'picture' => $this->getInput('blogAddPicture', helper::FILTER_STRING_SHORT, true), 'hidePicture' => $this->getInput('blogAddHidePicture', helper::FILTER_BOOLEAN), 'pictureSize' => $this->getInput('blogAddPictureSize', helper::FILTER_STRING_SHORT), - 'picturePosition' => $this->getInput('blogAddPicturePosition', helper::FILTER_STRING_SHORT), + 'picturePosition' => $this->getInput('blogAddPicturePosition', helper::FILTER_STRING_SHORT), 'publishedOn' => $this->getInput('blogAddPublishedOn', helper::FILTER_DATETIME, true), 'state' => $this->getInput('blogAddState', helper::FILTER_BOOLEAN), 'title' => $this->getInput('blogAddTitle', helper::FILTER_STRING_SHORT, true),