Fix PHP warning

pull/2487/head
jmontoyaa 8 years ago
parent 8cfeb1af33
commit cd4fcd1cfc
  1. 2
      main/exercise/UniqueAnswerImage.php

@ -141,7 +141,7 @@ class UniqueAnswerImage extends UniqueAnswer
$listDestination = $itemList[2];
$url = $itemList[3];
$try = 0;
$tryResult = 0;
if ($try != 0) {
$tryResult = 1;
}

Loading…
Cancel
Save