Skip to content
Snippets Groups Projects
Commit bf098005 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix function signature

parent 70ffcfea
No related branches found
No related tags found
No related merge requests found
......@@ -823,7 +823,7 @@ class Holiday extends CommonObject
* @param string $name name of parameter
* @return string value of parameter
*/
function getConfCP($name, $fk_type=0)
function getConfCP($name)
{
$sql = "SELECT value";
$sql.= " FROM ".MAIN_DB_PREFIX."holiday_config";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment