3 lines
113 B
PHP
Executable File
3 lines
113 B
PHP
Executable File
<?php
|
|
if(strtolower($objectType) == 'api' && count($this->loadModel('user')->getVisionList()) < 2) return false;
|