summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Net/OpenID/Store/FileStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/OpenID/Store/FileStore.php b/Net/OpenID/Store/FileStore.php
index 25917bd..23ce001 100644
--- a/Net/OpenID/Store/FileStore.php
+++ b/Net/OpenID/Store/FileStore.php
@@ -15,7 +15,7 @@
*
*/
-require('Interface.php');
+require_once('Interface.php');
function Net_OpenID_mkstemp($dir) {
foreach (range(0, 4) as $i) {