diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-07-02 13:20:08 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-07-02 13:20:08 +0000 |
commit | 06935e96eb48a63d37bc127255390fbe8b0d9a23 (patch) | |
tree | c0ea4cae9e77ed3f3565950422e2f03f0898f6b9 /boot.php | |
parent | 42c9a67deeb1f80feee079096802e8524ee28d89 (diff) | |
parent | 409c767ba12cc268538dd0f09afc7cf77e80ada9 (diff) | |
download | volse-hubzilla-06935e96eb48a63d37bc127255390fbe8b0d9a23.tar.gz volse-hubzilla-06935e96eb48a63d37bc127255390fbe8b0d9a23.tar.bz2 volse-hubzilla-06935e96eb48a63d37bc127255390fbe8b0d9a23.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1998,7 +1998,7 @@ function appdirpath() { function head_set_icon($icon) { global $a; $a->data['pageicon'] = $icon; - logger('head_set_icon: ' . $icon); +// logger('head_set_icon: ' . $icon); } function head_get_icon() { |