Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only 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: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Legacy line?

Unread post by admin »

.
Locked