trivial fix for PHP >= 5.3, thanks to Martin von Wittich
authorRoland Hieber <rohieb@rohieb.name>
Wed, 4 Jan 2012 19:11:11 +0000 (20:11 +0100)
committerRoland Hieber <rohieb@rohieb.name>
Wed, 4 Jan 2012 19:20:50 +0000 (20:20 +0100)
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.030783 seconds and 4 git commands to generate.