Guest User

Untitled

a guest
Jan 5th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1.         //Get integral
  2.         $this->_listVideo['integral'] = array();
  3.         if ($this->_integral_id > 0 && array_key_exists($this->_integral_id, $this->_catList)) {
  4.             $this->_listVideo['integral'] = $videosManager->getVideosPaging('cat', array($this->_integral_id), 1, 20);
  5.         }
Add Comment
Please, Sign In to add comment