Loading...
 
Skip to main content

Wiki page creation fails : no rights to do it

Status
Open
Subject
Wiki page creation fails : no rights to do it
Version
12.x Regression
Category
  • Regression
Resolution status
New
Submitted by
yvan
Lastmod by
yvan
Rating
(1)
Description

Trying to create a new page with a quick edit module, it fails telling me I do not have the right to do it.

The problem seems to be related to the line 217 in tiki-editpage.php:

Copy to clipboard
if ($tiki_p_edit !== 'y' && (!empty($info) || empty($structure_info))) {

No error replacing with the line in the 12.0 version:

Copy to clipboard
if ($tiki_p_edit !== 'y' && !empty($info)) {


But I don't know yet if there are other implications, in structures for instance.

Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5260
Created
Thursday 05 June, 2014 07:55:31 UTC
by yvan
LastModif
Thursday 05 June, 2014 07:55:31 UTC


Show PHP error messages