forked from GNUsocial/gnu-social
GNU social is with a minor s.
This commit is contained in:
@@ -120,7 +120,7 @@ class PhotosAction extends Action
|
||||
|
||||
function showAlbum($album_id)
|
||||
{
|
||||
$album = GNUSocialPhotoAlbum::getKV('album_id', $album_id);
|
||||
$album = GNUsocialPhotoAlbum::getKV('album_id', $album_id);
|
||||
if (!$album) {
|
||||
return;
|
||||
}
|
||||
|
@@ -21,7 +21,7 @@
|
||||
* Implements Link-based Resource Descriptor Discovery based on RFC6415,
|
||||
* Web Host Metadata, i.e. the predecessor to WebFinger resource discovery.
|
||||
*
|
||||
* @package GNUSocial
|
||||
* @package GNUsocial
|
||||
* @author Mikael Nordfeldth <mmn@hethane.se>
|
||||
*/
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @category Discovery
|
||||
* @package GNUSocial
|
||||
* @package GNUsocial
|
||||
* @author James Walker <james@status.net>
|
||||
* @author Mikael Nordfeldth <mmn@hethane.se>
|
||||
* @copyright 2010 StatusNet, Inc.
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* Implementation of WebFinger resource discovery (RFC7033)
|
||||
*
|
||||
* @category Discovery
|
||||
* @package GNUSocial
|
||||
* @package GNUsocial
|
||||
* @author Mikael Nordfeldth <mmn@hethane.se>
|
||||
* @copyright 2013 Free Software Foundation, Inc.
|
||||
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
|
||||
|
@@ -23,7 +23,7 @@
|
||||
*
|
||||
* Depends on: LRDD plugin
|
||||
*
|
||||
* @package GNUSocial
|
||||
* @package GNUsocial
|
||||
* @author Mikael Nordfeldth <mmn@hethane.se>
|
||||
*/
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @package GNUSocial
|
||||
* @package GNUsocial
|
||||
* @author Mikael Nordfeldth
|
||||
* @copyright 2013 Free Software Foundation, Inc.
|
||||
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
|
||||
|
Reference in New Issue
Block a user