Bugfix: Warning because of undefined constant

This commit is contained in:
Michael Vogel 2015-12-13 09:43:47 +01:00
parent f304ba74fb
commit 143e1a4a83
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ function item_photo_menu($item){
* @param array &$conv_responses (already created with builtin activity structure)
* @return void
*/
if(! function_exists(builtin_activity_puller)) {
if(! function_exists('builtin_activity_puller')) {
function builtin_activity_puller($item, &$conv_responses) {
foreach($conv_responses as $mode => $v) {
$url = '';