Changeset 2531

User picture

Author: Johan Janssens

(2010/09/02 14:07) Over 1 year ago

Fixed typo

Affected files

Updated branches/99-toolbar/code/libraries/koowa/controller/bread.php Download diff

25302531
46
		}
46
		}
47
		
47
		
48
		//Set the request
48
		//Set the request
49
		$this->setRequest(KConfig::toData($config->request));
49
		$this->setRequest((array) KConfig::toData($config->request));
50
		
50
		
51
		//Register the load and save request function to make the request persistent
51
		//Register the load and save request function to make the request persistent
52
		if($config->persistent)
52
		if($config->persistent)