summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorMarco Monteiro <marco@monstrosecompanhia.com>2015-09-01 10:50:21 +0200
committerMarco Monteiro <marco@monstrosecompanhia.com>2015-09-01 10:50:21 +0200
commit89726cd625e57103890fff3c556578586be825b6 (patch)
tree3de86e5edd01e7dabc175ae3ddbeb975ef011919 /system
parent4dac6ebaf363c60b2c1413db11f0dcd862177fa1 (diff)
There was an extra = sign in this file
Diffstat (limited to 'system')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 2fb70ac58..0c2e49974 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1,4 +1,4 @@
-=<?php
+<?php
/**
* CodeIgniter
*