mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #43152
[Bug 1702953] [NEW] Typo error in mahara/haut/xmlrpc/lib.php
Public bug reported:
Lionel Bonef sent me an email pointing out a typo in the following file : mahara/haut/xmlrpc/lib.php
at line 699 :
699 $elements['actve'] = array(
670 'type' => 'switchbox',
671 'title' => get_string('active', 'auth'),
672 'defaultvalue' => (int) self::$default_config['active'],
673 );
Line 699 should read : $elements['active'] = array(
"active" instead of "actve"
Regards,
-dajan
** Affects: mahara
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1702953
Title:
Typo error in mahara/haut/xmlrpc/lib.php
Status in Mahara:
New
Bug description:
Lionel Bonef sent me an email pointing out a typo in the following file : mahara/haut/xmlrpc/lib.php
at line 699 :
699 $elements['actve'] = array(
670 'type' => 'switchbox',
671 'title' => get_string('active', 'auth'),
672 'defaultvalue' => (int) self::$default_config['active'],
673 );
Line 699 should read : $elements['active'] = array(
"active" instead of "actve"
Regards,
-dajan
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1702953/+subscriptions
Follow ups