enable embed field for api

This commit is contained in:
czaks 2015-03-31 05:32:38 +02:00
parent 4a22ee9245
commit e35d261ff4

View File

@ -1,4 +1,4 @@
<?php
<?php
/*
* Copyright (c) 2010-2013 Tinyboard Development Group
*/
@ -33,6 +33,7 @@ class Api {
'sticky' => 'sticky',
'locked' => 'locked',
'bump' => 'last_modified',
'embed' => 'embed',
'slug' => 'semantic_url',
);