Skip to content
Snippets Groups Projects
Commit 7b72b7ae authored by http's avatar http
Browse files

ConfigurationComponent cached für debug erstmal nicht mehr in der session

parent 7235c19f
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@
return FALSE;
}
// load data from session or reload data to session?
if ($this->session->check($session_key)) {
// if ($this->session->check($session_key)) {
// return configuration
return $this->session->read($session_key);
} else {
// return $this->session->read($session_key);
// } else {
// reload configuration
return $this->getReloadedConfiguration($session_key, $config_name, $config_type);
}
// }
}
public function getReloadedConfiguration($session_key, $config_name = '', $config_type = 'panel') {
......
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