예제 #1
0
파일: likes.php 프로젝트: betsyzhang/chyrp
 static function __uninstall($confirm)
 {
     if ($confirm) {
         Like::uninstall();
     }
 }