added composer files and installed vendor packages. Also modified xsls to display base project
This commit is contained in:
@@ -310,7 +310,7 @@ class Statuses extends Base {
|
||||
|
||||
$recordset = $statement->fetch(PDO::FETCH_ASSOC);
|
||||
|
||||
$count = (count($recordset) > 0) ? (integer) $recordset["count"] : (integer) 0;
|
||||
$count = (count($recordset) > 0) ? (int) $recordset["count"] : (int) 0;
|
||||
|
||||
// Pagination
|
||||
|
||||
|
||||
Reference in New Issue
Block a user