diff options
author | Evan Prodromou <evan@status.net> | 2010-10-12 11:16:14 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-12 11:16:14 -0400 |
commit | f11c1c77cab7d7310ec0d2c17bc6f35c491f2871 (patch) | |
tree | 7d0741b5d1b68cfbfa21ed974abab04e7b721b0b /plugins/OpenID/User_openid.php | |
parent | 1e3d5f80258811ce1c2154fcd971297e24264894 (diff) | |
parent | 1cd60579f5ac99a2c8bfb12d35093f5c74f14b04 (diff) |
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Diffstat (limited to 'plugins/OpenID/User_openid.php')
-rw-r--r-- | plugins/OpenID/User_openid.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/OpenID/User_openid.php b/plugins/OpenID/User_openid.php index 1beff9ea3..e34cf21f2 100644 --- a/plugins/OpenID/User_openid.php +++ b/plugins/OpenID/User_openid.php @@ -2,7 +2,10 @@ /** * Table Definition for user_openid */ -require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; + +if (!defined('STATUSNET')) { + exit(1); +} class User_openid extends Memcached_DataObject { |