Skip to content

Commit f3db27e

Browse files
authored
CAS_PGTStorage_Db: call method with incorrect case: createTableSQL (apereo#432)
1 parent 2074a37 commit f3db27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/CAS/PGTStorage/Db.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function createTable()
316316
try {
317317
$pdo->beginTransaction();
318318

319-
$query = $pdo->query($this->createTableSQL());
319+
$query = $pdo->query($this->createTableSql());
320320
$query->closeCursor();
321321

322322
$pdo->commit();

0 commit comments

Comments
 (0)