Browse Source

enable embed field for api

pull/18/head
czaks 9 years ago
parent
commit
e35d261ff4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      inc/api.php

+ 2
- 1
inc/api.php 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',
);



Loading…
Cancel
Save