Skip to content

Commit

Permalink
Uptdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 1, 2024
1 parent 2349589 commit ffcd4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/video.php
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ public static function getAllVideos($status = Video::SORT_TYPE_VIEWABLE, $showOn
global $_lastGetAllSQL;
$_lastGetAllSQL = $sql;
$timeLogName = TimeLogStart("video::getAllVideos");
$res = sqlDAL::readSql($sql, '', [], true);
$res = sqlDAL::readSql($sql);
$fullData = sqlDAL::fetchAllAssoc($res);
//var_dump($sql, $fullData);exit;
TimeLogEnd($timeLogName, __LINE__, 0.2);
Expand Down

0 comments on commit ffcd4b1

Please sign in to comment.