diff options
author | friendica <info@friendica.com> | 2012-05-01 20:11:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-01 20:11:35 -0700 |
commit | 72dbc2faeef26c6cdc749ce8403ebbd77b9b896f (patch) | |
tree | d9f48f76fbd483efe5847da56248f990aa33abe6 /include | |
parent | 91085f0969afbdca93c79d9be3d8fa815e9dfa27 (diff) | |
download | volse-hubzilla-72dbc2faeef26c6cdc749ce8403ebbd77b9b896f.tar.gz volse-hubzilla-72dbc2faeef26c6cdc749ce8403ebbd77b9b896f.tar.bz2 volse-hubzilla-72dbc2faeef26c6cdc749ce8403ebbd77b9b896f.zip |
fn not found
Diffstat (limited to 'include')
-rw-r--r-- | include/gprobe.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gprobe.php b/include/gprobe.php index fdf786ca8..5ca42729a 100644 --- a/include/gprobe.php +++ b/include/gprobe.php @@ -2,6 +2,7 @@ require_once("boot.php"); require_once('include/Scrape.php'); +require_once('include/socgraph.php'); function gprobe_run($argv, $argc){ global $a, $db; |