summaryrefslogtreecommitdiff
path: root/my.php
diff options
context:
space:
mode:
Diffstat (limited to 'my.php')
-rwxr-xr-x[-rw-r--r--]my.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/my.php b/my.php
index 35de88c..77d668c 100644..100755
--- a/my.php
+++ b/my.php
@@ -11,7 +11,7 @@
/**
* required setup
*/
-require_once( '../kernel/includes/setup_inc.php' );
+require_once '../kernel/includes/setup_inc.php';
if( !$gBitUser->isRegistered() ) {
Header( 'Location: '.USERS_PKG_URL.'signin.php' );
@@ -46,7 +46,7 @@ if( $gBitSystem->isFeatureActive( 'display_users_content_list' ) ) {
$numPages = ceil( $contentListHash['cant'] / $gBitSystem->getConfig( 'max_records' ) );
$gBitSmarty->assign( 'numPages', $numPages );
- //$gBitSmarty->assignByRef('offset', $offset);
+ //$gBitSmarty->assign('offset', $offset);
$gBitSmarty->assign( 'contentSelect', $contentSelect );
$gBitSmarty->assign( 'contentTypes', $contentTypes );
$gBitSmarty->assign( 'contentList', $contentList );