Fix if conditional to be valid PHP syntax
This commit is contained in:
parent
027680093f
commit
b04193d795
|
|
@ -873,7 +873,7 @@ EOT;
|
||||||
EOT;
|
EOT;
|
||||||
$titles = $this->Document->query($q);
|
$titles = $this->Document->query($q);
|
||||||
|
|
||||||
if count($titles) < 1 {
|
if(count($titles) < 1) {
|
||||||
// This probably shouldn't happen, but who knows.
|
// This probably shouldn't happen, but who knows.
|
||||||
$subject = 'CMC Technologies Order Acknowledgement';
|
$subject = 'CMC Technologies Order Acknowledgement';
|
||||||
return $subject;
|
return $subject;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue