lots o' fixes.
This commit is contained in:
parent
adce5c8094
commit
250d8ff944
16 changed files with 64 additions and 53 deletions
|
|
@ -117,7 +117,7 @@ sub new {
|
|||
my $cache;
|
||||
my $class = shift;
|
||||
my $session = shift;
|
||||
if($session->config->get("memcached_servers")) {
|
||||
if ($session->config->get("memcached_servers")) {
|
||||
require WebGUI::Cache::Memcached;
|
||||
return WebGUI::Cache::Memcached->new($session,@_);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue