* i18n/L10n updates and FIXMEs added
* whitespace fixes
This commit is contained in:
@@ -77,7 +77,7 @@ while ($oprofile->fetch()) {
|
||||
echo "$uri matched query, but we don't recognize it.\n";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
if ($dry) {
|
||||
echo " - skipping\n";
|
||||
} else {
|
||||
@@ -93,4 +93,3 @@ if ($count && $dry) {
|
||||
} else {
|
||||
echo "done.\n";
|
||||
}
|
||||
|
||||
|
@@ -86,4 +86,3 @@ if ($skip || $count) {
|
||||
}
|
||||
|
||||
Event::handle('StartFeedSubReceive', array($sub, $feed));
|
||||
|
||||
|
@@ -49,7 +49,7 @@ try {
|
||||
$nickname = get_option_value('n', 'nickname');
|
||||
$user = User::staticGet('nickname', $nickname);
|
||||
if (empty($user)) {
|
||||
throw new Exception("Can't find user with nickname '$nickname'");
|
||||
throw new Exception("Can't find user with nickname '$nickname'.");
|
||||
}
|
||||
updateOStatus($user);
|
||||
} else if (have_option('a', 'all')) {
|
||||
|
Reference in New Issue
Block a user