diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-12 10:34:34 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-12 10:34:34 +0100 |
commit | 2e9dca7c9f0e50956723505ad576bf32e762d11e (patch) | |
tree | dbe956c31285682bc620ccb7c5f03f2e3785c6e7 /mod/display.php | |
parent | 037cd5d80993dedfccfe9ef25679c54297ef1546 (diff) | |
parent | a50343830f87966b5857be295633d8dff576931a (diff) | |
download | volse-hubzilla-2e9dca7c9f0e50956723505ad576bf32e762d11e.tar.gz volse-hubzilla-2e9dca7c9f0e50956723505ad576bf32e762d11e.tar.bz2 volse-hubzilla-2e9dca7c9f0e50956723505ad576bf32e762d11e.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php index 369161619..1049b28a0 100644 --- a/mod/display.php +++ b/mod/display.php @@ -5,7 +5,6 @@ function display_content(&$a) { $o = '<div id="live-display"></div>' . "\r\n"; - require_once('mod/profile.php'); profile_init($a); $item_id = (($a->argc > 2) ? intval($a->argv[2]) : 0); |