SVN 3718 typo in HostManagementPage.class
-
Believe I found a typo in HostManagementPage.class line 1206.
Was having trouble importing clients from CSV. Saw “PHP Fatal error: Call to undefined method HostManagementPage::nice_data()” in HostManagementPage.class line 1206. Apparently should be “nice_date()” instead of "nice_data(). Once I changed that the CSV import started working again.
-
Thank you,
It has been fixed in SVN 3720