Xinc-org / xinc

Xinc - Continuous Integration Server
https://github.com/Xinc-org
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Ini.php Notice: Undefined variable: tabPos in /usr/share/pear/Xinc/Ini.php on line 216 #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When running xinc-settings, a notice is raised about $tabPos being undefined.

Tracing it back I found that ::_showSectionSettings() (line 211) did not
define tabPos like ::_showAllSettings()

This is from a SVN checkout as of April 21st, 2008

Original issue reported on code.google.com by dcousin...@gmail.com on 21 Apr 2008 at 9:39

GoogleCodeExporter commented 8 years ago
Adding $tabPos = 15; rids errors.

Original comment by dcousin...@gmail.com on 21 Apr 2008 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by arnos...@gmail.com on 27 Apr 2008 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by arnos...@gmail.com on 27 Apr 2008 at 5:14