Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
interop
Commits
c664870e
Commit
c664870e
authored
Mar 18, 2022
by
thomas craipeau
Browse files
update
parent
ef56e98e
Changes
1
Hide whitespace changes
Inline
Side-by-side
controllers/MediawikiController.php
View file @
c664870e
...
...
@@ -143,9 +143,9 @@ class MediawikiController extends CommunecterController
public
function
actionEdit
()
{
if
(
$this
->
api
->
edit
(
$_POST
[
'page'
]))
{
echo
'<p> Le wiki a bien été édité</p>'
;
return
'<p> Le wiki a bien été édité</p>'
;
}
else
{
echo
'<p> Un probléme est survenu veuillez contacter l\'administrateur</p>'
;
return
'<p> Un probléme est survenu veuillez contacter l\'administrateur</p>'
;
}
}
public
function
actionDoc
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment