erintheunready / ComicControl

The main repo for ComicControl Development.
25 stars 8 forks source link

Passing a default value for $current #3

Closed Vehemence26 closed 3 years ago

Vehemence26 commented 3 years ago

I was getting a bunch of undefined variable errors, and looking at the other funcitons in formfunctions.php, I could see that they were passing a default value for $current. So I've just passed a default value for $current to the buildFormInput function as well.

undefined variable current