Skip to content

Commit

Permalink
Fixed issue #6453: The generic image url was used instead of the admi…
Browse files Browse the repository at this point in the history
…nimage url. The generic one does not take styles into account, the admin-one does.
  • Loading branch information
SamMousa committed Aug 9, 2012
1 parent b5e5765 commit f540472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/conditionsaction.php
Expand Up @@ -2051,7 +2051,7 @@ private function _showSpeaker($hinttext)
{
global $max;
$clang = Yii::app()->lang;
$imageurl = Yii::app()->getConfig("imageurl");
$imageurl = Yii::app()->getConfig("adminimageurl");

if(!isset($max))
{
Expand Down

0 comments on commit f540472

Please sign in to comment.