Browse Source

enable embed field for api

pull/40/head
czaks 9 years ago
parent
commit
e35d261ff4
  1. 3
      inc/api.php

3
inc/api.php

@ -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',
);

Loading…
Cancel
Save