示例#1
0
 protected static function get_topic()
 {
     $topic = ASNS_Settings::get_topic(self::get_request_param('topic', false));
     if (!$topic) {
         return self::send_ajax_response('Topic not found', false);
     }
     return $topic;
 }