1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Fixes #4468 - quick debugging of json data using type: 'text' and hidden() field fix.

This commit is contained in:
Cameron
2021-03-31 15:14:58 -07:00
parent 5ed2440272
commit 6d0810af0d
2 changed files with 11 additions and 1 deletions

View File

@@ -3645,7 +3645,7 @@ class e_tree_model extends e_front_model
*
* Sets the count in $this->_total
*
* @param resource $sql SQL resource that executed a query
* @param e_db_pdo $sql SQL resource that executed a query
* @return int Number of results from the latest query
*/
protected function countResults($sql)