Skip to content

Commit

Permalink
fix put
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Barile committed Feb 17, 2014
1 parent 06bf51e commit 26a53ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/directory.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function post($id, $data)

function put($id, $data)
{
$current_user = current_user();
$current_user = ow_user();

if ($current_user) {

Expand Down

0 comments on commit 26a53ef

Please sign in to comment.