Skip to content

Commit

Permalink
Update zarinpal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MA7 committed Jul 12, 2014
1 parent 57ce1b9 commit 9534b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zarinpal.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function register_zarinpal() {

function zarinpal_form() {

if(is_user_logged_in()) {
if(true) {

global $current_user, $zarinpal;
include_once('inc/form.php');
Expand Down Expand Up @@ -128,4 +128,4 @@ function zarinpal_form() {

add_shortcode('zarinpal', 'zarinpal_form');
add_filter('widget_text', 'do_shortcode');
?>
?>

0 comments on commit 9534b6e

Please sign in to comment.