Skip to content
Snippets Groups Projects
Commit b14f37ef authored by Demian Katz's avatar Demian Katz
Browse files

Eliminated unused variable.

parent 0364c7d5
Branches
Tags
No related merge requests found
......@@ -122,7 +122,7 @@ class AdapterFactory
$statement = $adapter->createStatement(
'SET search_path TO ' . $this->config->Database->schema
);
$result = $statement->execute();
$statement->execute();
}
return $adapter;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment