trivial fix for PHP >= 5.3, thanks to Martin von Wittich
[iserv-mod-error-reporter.git] / inc / class_erErrorReportView.inc
index 590205e..3a1b568 100644 (file)
@@ -155,7 +155,7 @@ class erErrorReportView {
    * for each report.
    * @param $arobjem (array of errorReport objects) The reports to print
    */
-  public public function printErrorReports($arobjem) {
+  public function printErrorReports($arobjem) {
     echo "<{$GLOBALS["invtbl"]} class='errors-view-table'>";
     bgcol("cb");
     if(is_array($arobjem)) {
This page took 0.024725 seconds and 4 git commands to generate.