mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Code Cleanup
This commit is contained in:
@@ -52,7 +52,7 @@ class faqs_search extends e_search // include plugin-folder in the name.
|
||||
* Optional - Advanced Where
|
||||
* @param $parm - data returned from $_GET (ie. advanced fields included. in this case 'date' and 'author' )
|
||||
*/
|
||||
function where($parm='')
|
||||
function where($parm=null)
|
||||
{
|
||||
$tp = e107::getParser();
|
||||
|
||||
|
Reference in New Issue
Block a user