Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
== != =
There is a line in Framework.Functions.php (line #343) that reads
if($iReturn < 0) $iReturn == $DefaultValue;
should read
if ($iReturn < 0) $iReturn = $DefaultValue;
might want to add a linebreak in there to make it more legible.
if($iReturn < 0) $iReturn == $DefaultValue;
should read
if ($iReturn < 0) $iReturn = $DefaultValue;
might want to add a linebreak in there to make it more legible.
0
This discussion has been closed.
Comments
will have to wait until tomorrow A.M.It's done.::mutters under breath about properly configuring his text exitor::