File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
libraries/classes/Controllers/Database Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,10 @@ public function __invoke(): void
108108 } elseif ($ this ->designerCommon ->getPageExists ($ _POST ['selected_value ' ])) {
109109 $ this ->response ->addJSON (
110110 'message ' ,
111- /* l10n: The user tries to save a page with an existing name in Designer */
112- __ (
113- sprintf (
114- 'There already exists a page named "%s" please rename it to something else. ' ,
115- htmlspecialchars ($ _POST ['selected_value ' ])
116- )
111+ sprintf (
112+ /* l10n: The user tries to save a page with an existing name in Designer */
113+ __ ('There already exists a page named "%s" please rename it to something else. ' ),
114+ htmlspecialchars ($ _POST ['selected_value ' ])
117115 )
118116 );
119117 $ this ->response ->setRequestStatus (false );
You can’t perform that action at this time.
0 commit comments