← Back to team overview

mahara-contributors team mailing list archive

[Bug 1237183] [NEW] Site Options - old search plugin variable typo

 

Public bug reported:

Mahara: 1.8rc2dev
DB: Postgres and Mysql

There is a typo in the file:

/htdocs/admin/site/options.php::siteoptions_submit() line 775.

The variable '$oldsearchplgin' should be '$oldsearchplugin' (the 'u' is
missing):

i.e.
safe_require('search', $oldsearchplugin);


Otherwise, as the user switches from one search type to another, an error is generated.

** 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/1237183

Title:
  Site Options - old search plugin variable typo

Status in Mahara ePortfolio:
  New

Bug description:
  Mahara: 1.8rc2dev
  DB: Postgres and Mysql

  There is a typo in the file:

  /htdocs/admin/site/options.php::siteoptions_submit() line 775.

  The variable '$oldsearchplgin' should be '$oldsearchplugin' (the 'u'
  is missing):

  i.e.
  safe_require('search', $oldsearchplugin);

  
  Otherwise, as the user switches from one search type to another, an error is generated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1237183/+subscriptions


Follow ups

References