diff options
Diffstat (limited to '3dparty/MDB2/LOB.php')
-rw-r--r-- | 3dparty/MDB2/LOB.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3dparty/MDB2/LOB.php b/3dparty/MDB2/LOB.php index 2cdf67afa92..ae67224020e 100644 --- a/3dparty/MDB2/LOB.php +++ b/3dparty/MDB2/LOB.php @@ -50,7 +50,7 @@ * @author Lukas Smith <smith@pooteeweet.org> */ -oc_require_once('MDB2.php'); +require_once('MDB2.php'); /** * MDB2_LOB: user land stream wrapper implementation for LOB support |