a6e6s / slimstat

Automatically exported from code.google.com/p/slimstat
GNU General Public License v2.0
1 stars 0 forks source link

Reference to non-existent object's property in paths.php #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 122 of page/paths.php generates large amount of warnings into server's 
error log.

This line refers to a non-existent object's property:
  "if ( $visit['version'] != $i18n->indeterminable )"
most likely it should be as follows:
  "if ( $visit['version'] != $i18n->data['core']['indeterminable'] ) {"

SlimStat 2.2

Original issue reported on code.google.com by a.maksym...@gmail.com on 15 Jul 2010 at 5:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r127.

Original comment by step...@wettone.com on 23 Aug 2010 at 8:56