xandr91

Q2APHP-PRO image stream link fix

Aug 29th, 2014
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. //Open core/engine.php and replace line 1593:
  2. //From:
  3. $message .= '<a href="http://'.SITE_DOMAIN.'/image/'.$qa_user_link.'/'.$qa_id.'"><img src="media/images/answers/'.$qa_image.'" class="img-responsive"></a>';
  4. //Into:
  5. $message .= '<a href="http://'.SITE_DOMAIN.'/image/'.$qa_to_user.'/'.$qa_id.'"><img src="media/images/answers/'.$qa_image.'" class="img-responsive"></a>';
Add Comment
Please, Sign In to add comment