Fix latest merge

This commit is contained in:
Romain Neutron
2014-02-20 16:06:51 +01:00
parent 12f9575a8b
commit 134717343a
2 changed files with 3 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ class Session_Logger
$stmt = $connbas->prepare($sql);
$stmt->execute($params);
$stmt->closeCursor();
} catch (Exception $e) {
} catch (\Exception $e) {
}
}