Typo error on tiki-objectpermissions.php
- Status
- Open
- Subject
- Typo error on tiki-objectpermissions.php
- Version
- 14.x
- Category
- Error
- Feature
- All / Undefined
- Resolution status
- New
- Submitted by
- tehonu
- Lastmod by
- tehonu
- Rating
- Description
Line 58 of tiki-objectpermissions.php has the variable $perm written with a double $ sign twice.
if (!($tiki_p_admin_objects 'y'
$special_perm) && $special_perm 'y') {(isset($$perm) && $$perm 'y')
if (!($tiki_p_admin_objects 'y'
should read
$special_perm) && $special_perm 'y') {(isset($perm) && $perm 'y')
Still newbie here, not confident enough to commit changes.- Easy to solve?
- 10 easy
- Priority
- 50
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5902
- Created
- Tuesday 12 April, 2016 08:29:39 UTC
by tehonu - LastModif
- Tuesday 12 April, 2016 08:29:39 UTC