Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Legacy line?

Locked
codeGlaze
Posts: 1
Joined: Wed Sep 10, 2014 2:27 am

Legacy line?

Unread post by codeGlaze »

In nuinstall_lib.php there is a line in importTemplate() :

Code: Select all

 $this->addDisplay("<b>Importing template tables: </b>$restore <hr>");
$restore is not set before being called, so I removed it.

I created a pull request with one other minor change as well.
shane
Posts: 100
Joined: Mon Jun 15, 2009 10:04 am

Re: Legacy line?

Unread post by shane »

Thank your for your contribution, that update has been applied
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Legacy line?

Unread post by admin »

.
Locked