root/branches/99-toolbar/code/libraries/koowa/controller/bread.php

25292531
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)