Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. do_action('timwe_neo_request', array(
  2. 'bean' => 'CatBean',
  3. 'func' => 'getCatsByChannelViewAndType',
  4. 'args' => array(
  5. 'channel' => $this->channelId,
  6. 'view' => $this->viewId,
  7. 'type' => $this->typeId
  8. ),
  9. 'result' => &$categories
  10. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement