We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc8d98c + 420a35e commit 2a78582Copy full SHA for 2a78582
core/controller/moderate.php
@@ -723,12 +723,8 @@ public function approve($image_id)
723
// So we need to see if there are still unapproved images in the album
724
$this->notification_helper->read('approval', $album_data['album_id']);
725
$message = $this->language->lang('WAITING_APPROVED_IMAGE', 1);
726
- //meta_refresh($meta_refresh_time, $image_backlink);
727
- $this->template->assign_vars(array(
728
- 'INFORMATION' => $message
729
- ));
730
- return $this->helper->render('gallery/message.html', $this->language->lang('GALLERY'));
731
- //trigger_error($message);
+ meta_refresh($meta_refresh_time, $image_backlink);
+ trigger_error($message);
732
}
733
else
734
{
0 commit comments