Fix phpcs
This commit is contained in:
parent
b18d3e5588
commit
2a310b09af
@ -717,7 +717,7 @@ function getSocialNetworkSharingLinks()
|
||||
* @param string $sortorder Sort order ('DESC' or 'ASC')
|
||||
* @return string HTML content
|
||||
*/
|
||||
function getPagesFromSearchCriterias($type, $algo, $searchstring, $max = 25, $sortfield='date_creation', $sortorder='DESC')
|
||||
function getPagesFromSearchCriterias($type, $algo, $searchstring, $max = 25, $sortfield = 'date_creation', $sortorder = 'DESC')
|
||||
{
|
||||
global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $websitepage, $weblangs; // Very important. Required to have var available when running inluded containers.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user