Skip to content
Snippets Groups Projects
Commit 9941de83 authored by Thomas Lake's avatar Thomas Lake :wrench:
Browse files

Add a cast to stop PHP spewing warnings

parent a8dcfa17
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ class DBLayer ...@@ -122,7 +122,7 @@ class DBLayer
++$this->num_queries; ++$this->num_queries;
$this->last_query_text[$this->query_result] = $sql; $this->last_query_text[(int)$this->query_result] = $sql;
return $this->query_result; return $this->query_result;
} }
......
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