Skip to content

Commit

Permalink
Don't use duplicate constant name for media
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed May 26, 2014
1 parent 1b54de3 commit eac5440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/WPAPI.php
Expand Up @@ -36,7 +36,7 @@ class WPAPI {
const ROUTE_POSTS = '/posts';
const ROUTE_POST = '/posts/%d';
const ROUTE_MEDIA = '/media';
const ROUTE_POST = '/media/%d';
const ROUTE_MEDIA_SINGLE = '/media/%d';

/**
* Constructor
Expand Down

0 comments on commit eac5440

Please sign in to comment.