/home/edulekha/studygroup.edulekha.com/ow_plugins/newsfeed/update/5555/update.php
<?php

$authorization = OW::getAuthorization();
$groupName = 'newsfeed';
$authorization->addAction($groupName, 'allow_status_update');

$updateDir = dirname(__FILE__) . DS;
Updater::getLanguageService()->importPrefixFromZip($updateDir . 'langs.zip', 'newsfeed');