Skip to content

Commit

Permalink
!COM extension = fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
serphacker committed Mar 30, 2013
1 parent ad35395 commit 9796d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/step/step1.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ function can_write_dir($dir){
// COM
echo '<tr><td><strong>COM extension</strong> </td>';
if( !class_exists("COM")){
echo '<td class="text-error" > COM extension not installed (Running/Killing task will be very bugged)</td></tr>';
$success=false;
echo '<td class="text-error" > COM extension not installed</td></tr>';
}else{
echo '<td class="text-success" > OK</td></tr>';
}
Expand Down

0 comments on commit 9796d30

Please sign in to comment.