Browse Source

Minor - Format code

refs #2693
Angel Fernando Quiroz Campos 6 năm trước cách đây
mục cha
commit
f70e52cdae
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      main/inc/ajax/sequence.ajax.php

+ 8 - 2
main/inc/ajax/sequence.ajax.php

@@ -51,8 +51,14 @@ switch ($action) {
                             false
                         );
                     } catch (UnexpectedValueException $e) {
-                        error_log($e->getMessage().' - Graph could not be rendered in resources sequence because GraphViz command "dot" could not be executed - Make sure graphviz is installed.');
-                        echo '<p class="text-center"><small>'.get_lang('MissingChartLibraryPleaseCheckLog').'</small></p>';
+                        error_log(
+                            $e->getMessage()
+                            .' - Graph could not be rendered in resources sequence'
+                            .' because GraphViz command "dot" could not be executed '
+                            .'- Make sure graphviz is installed.'
+                        );
+                        echo '<p class="text-center"><small>'.get_lang('MissingChartLibraryPleaseCheckLog')
+                            .'</small></p>';
                     }
                 }
                 break;