← Back to team overview

mahara-contributors team mailing list archive

[Bug 1702953] Re: Typo error in mahara/haut/xmlrpc/lib.php

 

*** This bug is a duplicate of bug 1703676 ***
    https://bugs.launchpad.net/bugs/1703676

As the patch info is already on the other bug I'll mark this as
duplicate even though it was reported first

** This bug has been marked a duplicate of bug 1703676
   Spelling mistake in xmlrpc config form

-- 
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


References