forked from GNUsocial/gnu-social
* i18n/L10n updates and FIXMEs added
* whitespace fixes
This commit is contained in:
@@ -249,7 +249,7 @@ class FeedSub extends Memcached_DataObject
|
||||
// We'll never actually get updates in this mode.
|
||||
return true;
|
||||
} else {
|
||||
throw new ServerException("Attempting to start PuSH subscription for feed with no hub");
|
||||
throw new ServerException("Attempting to start PuSH subscription for feed with no hub.");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -279,7 +279,7 @@ class FeedSub extends Memcached_DataObject
|
||||
// We'll never actually get updates in this mode.
|
||||
return true;
|
||||
} else {
|
||||
throw new ServerException("Attempting to end PuSH subscription for feed with no hub");
|
||||
throw new ServerException("Attempting to end PuSH subscription for feed with no hub.");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -502,4 +502,3 @@ class FeedSub extends Memcached_DataObject
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user