diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-02 01:54:59 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-02 01:54:59 -0400 |
commit | b3680c0d266f06d2474cb45750b0486d246a8315 (patch) | |
tree | 9b9f482f611b6dd91866518387b79140c6567be7 /include/gprobe.php | |
parent | c96b40ab5fff900cf6cbec6f16f1b3e88116fe96 (diff) | |
parent | becdb1f5085f2561b8b0acebbdbf43e4a81d50da (diff) | |
download | volse-hubzilla-b3680c0d266f06d2474cb45750b0486d246a8315.tar.gz volse-hubzilla-b3680c0d266f06d2474cb45750b0486d246a8315.tar.bz2 volse-hubzilla-b3680c0d266f06d2474cb45750b0486d246a8315.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
final touches - show friends in common with total strangers from different sites
fix size
cross fingers
reduce the scope a bit
add template
fn not found
really fat fingers today - though none of this has gone further than my own site
another one
typo
first try common friends for visitors
* master:
Diffstat (limited to 'include/gprobe.php')
-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; |