Skip to content

Commit

Permalink
v8.0.05 Installer Tweak
Browse files Browse the repository at this point in the history
Last minute, pre-roll fix of title issue.
  • Loading branch information
Ross Parler authored and Ross Parler committed Jun 17, 2014
1 parent 4bad03a commit b015e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@
$gibboneduComOrganisationName=$_POST["gibboneduComOrganisationName"] ;
$gibboneduComOrganisationKey=$_POST["gibboneduComOrganisationKey"] ;

if ($title=="" OR $surname=="" OR $firstName=="" OR $preferredName=="" OR $email=="" OR $username=="" OR $password=="" OR $passwordConfirm=="" OR $email=="" OR $absoluteURL=="" OR $absolutePath=="" OR $systemName=="" OR $organisationName=="" OR $organisationNameShort=="" OR $timezone=="" OR $country=="" OR $primaryAssessmentScale=="" OR $installType=="" OR $statsCollection=="" OR $cuttingEdgeCode=="") {
if ($surname=="" OR $firstName=="" OR $preferredName=="" OR $email=="" OR $username=="" OR $password=="" OR $passwordConfirm=="" OR $email=="" OR $absoluteURL=="" OR $absolutePath=="" OR $systemName=="" OR $organisationName=="" OR $organisationNameShort=="" OR $timezone=="" OR $country=="" OR $primaryAssessmentScale=="" OR $installType=="" OR $statsCollection=="" OR $cuttingEdgeCode=="") {
print "<div class='error'>" ;
print _("Some required fields have not been set, and so installation cannot proceed.") ;
print "</div>" ;
Expand Down

0 comments on commit b015e84

Please sign in to comment.