Skip to content

Commit ed1a0cf

Browse files
author
Leinad4Mind
committed
clean var dump
1 parent 99111a7 commit ed1a0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controller/image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ protected function display_comments($image_id, $image_data, $album_id, $album_da
735735

736736
'S_CUSTOM_FIELDS' => (isset($cp_row['row']) && count($cp_row['row'])) ? true : false,
737737
);
738-
var_dump($user_data['online']);
738+
739739
if (isset($cp_row['row']) && count($cp_row['row']))
740740
{
741741
$comment_row = array_merge($comment_row, $cp_row['row']);

0 commit comments

Comments
 (0)