diff options
author | friendica <info@friendica.com> | 2013-01-24 21:17:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-24 21:17:59 -0800 |
commit | fc8225be8d46cae3f7e647fd800c2d77661d25ce (patch) | |
tree | aa5d45c71bb4122def611823150622569e1327ff /include/onepoll.php | |
parent | 50433d857ae5b04ae5f3f381889d8450fe9699f5 (diff) | |
download | volse-hubzilla-fc8225be8d46cae3f7e647fd800c2d77661d25ce.tar.gz volse-hubzilla-fc8225be8d46cae3f7e647fd800c2d77661d25ce.tar.bz2 volse-hubzilla-fc8225be8d46cae3f7e647fd800c2d77661d25ce.zip |
here's another reason the social graph isn't updating
Diffstat (limited to 'include/onepoll.php')
-rw-r--r-- | include/onepoll.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/onepoll.php b/include/onepoll.php index bb8c91dd7..99c6df998 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -3,6 +3,7 @@ require_once('boot.php'); require_once('include/cli_startup.php'); require_once('include/zot.php'); +require_once('include/socgraph.php'); function onepoll_run($argv, $argc){ |